projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b0d3d2
)
Remove an outdated comment
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Aug 2016 03:24:08 +0000
(23:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 20 Aug 2016 03:24:08 +0000
(23:24 -0400)
It described as TODO what the code right below it already does.
gdk/wayland/gdkglcontext-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkglcontext-wayland.c
b/gdk/wayland/gdkglcontext-wayland.c
index b43b9b67c222d9a56fe3fe56027dda02abba40ad..7733188ac2d2e6504db88945dbf3e4ccfec27df6 100644
(file)
--- a/
gdk/wayland/gdkglcontext-wayland.c
+++ b/
gdk/wayland/gdkglcontext-wayland.c
@@
-235,7
+235,6
@@
gdk_wayland_gl_context_end_frame (GdkGLContext *context,
egl_surface = gdk_wayland_window_get_egl_surface (window->impl_window,
context_wayland->egl_config);
- /* TODO: Use eglSwapBuffersWithDamageEXT if available */
if (display_wayland->have_egl_swap_buffers_with_damage)
{
int i, j, n_rects = cairo_region_num_rectangles (damage);